getIntent

open fun getIntent(index: Int): Intent(source)

Deprecated

Renamed to editIntentAt to better reflect intended usage

Get the intent at the specified index. Useful if you need to modify the flags or extras of an intent that was previously added, for example with addParentStack.

Return

the intent at position index

Parameters

index

Index from 0-getIntentCount()